Skip to content

Conversation

gmaxlev
Copy link

@gmaxlev gmaxlev commented Oct 20, 2024

The type declaration specifies maxVideoPreview, but it is not added to the meta tags. This pull request aims to fix that.

@romainpi
Copy link

Hi @gmaxlev You don't need to add extra code if you want to add additional meta tags, you can use the additionalMetaTags property.

Here's an example for meta keywords:

additionalMetaTags: [
  {
    name: 'keywords',
    content: processedKeywords,
  },
],

or in your case:

additionalMetaTags: [
  {
    name: 'max-video-preview',
    content: maxVideoPreview.toString(),
  },
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants